Interface UsbPort

All Superinterfaces:
IPCObject, Port, Process
All Known Implementing Classes:
UsbPortImpl

public interface UsbPort extends Port
Information provided by the PKI file:

    \class UsbPort
    
    \brief UsbPort handles and manipulates USB ports.
    
    \example network().getDevice("PC0").getUsbPortAt(0)
    
Author:
Auto-generated
  • Method Details

    • isUsbHost

      boolean isUsbHost()
      Information provided by the PKI file:
      
          \brief Returns weather the usb port is usb host or not
          
          \return bool, true if it's a usb host and false if not
          
              
      Returns:
      boolean Returns a boolean
    • getController

      UsbController getController()
      Information provided by the PKI file:
      
          \brief Returns the usb controller
          
          \return UsbController, CUsbController object
          
              
      Returns:
      UsbController Returns a UsbController